Skip to content

Conversation

@codecustard
Copy link

  • Remove max-height constraint on code view that was keeping it contained within viewport
  • Add scroll event listener alongside resize for dynamic panel adjustment
  • Change overflow from 'auto' to 'overflow-x' only
  • Add min-height to push footer below fold like other pages

This makes the code page scroll behavior consistent with the docs page, allowing users to scroll the entire page to hide the hero/banner section.

BEFORE:

before.mov

AFTER: (test page, 8b3ef81)

Screen.Recording.2026-01-17.at.3.21.19.PM.mov

- Remove max-height constraint on code view that was keeping it
  contained within viewport
- Add scroll event listener alongside resize for dynamic panel adjustment
- Change overflow from 'auto' to 'overflow-x' only
- Add min-height to push footer below fold like other pages

This makes the code page scroll behavior consistent with the docs page,
allowing users to scroll the entire page to hide the hero/banner section.
@codecustard codecustard requested a review from a team as a code owner January 17, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant